time.Time.ext (field)
31 uses
time (current package)
format.go#L551: m2 := uint64(t.ext)
format.go#L553: if t.ext < 0 {
time.go#L153: ext int64
time.go#L185: return t.ext
time.go#L206: sum := t.ext + d
time.go#L207: if (sum > t.ext) == (d > 0) {
time.go#L208: t.ext = sum
time.go#L210: t.ext = 1<<63 - 1
time.go#L212: t.ext = -(1<<63 - 1)
time.go#L228: t.ext = t.sec()
time.go#L239: sec := t.ext
time.go#L245: t.ext = m
time.go#L257: return t.ext
time.go#L267: return t.wall == 0 && t.ext == 0
time.go#L273: return t.ext > u.ext
time.go#L283: return t.ext < u.ext
time.go#L295: tc, uc = t.ext, u.ext
time.go#L318: return t.ext == u.ext
time.go#L1183: te := t.ext + int64(d)
time.go#L1184: if d < 0 && te > t.ext || d > 0 && te < t.ext {
time.go#L1188: t.ext = te
time.go#L1200: return subMono(t.ext, u.ext)
time.go#L1230: return subMono(runtimeNano()-startNano, t.ext)
time.go#L1240: return subMono(t.ext, runtimeNano()-startNano)
time.go#L1560: t.ext = sec
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |